home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00190_Script_190 < prev    next >
Text File  |  1997-03-18  |  3KB  |  91 lines

  1. on exitFrame
  2.   go the frame
  3. end
  4. on enterFrame
  5.   global myCursor
  6.   
  7.   cursor -1
  8.   set the cursor of sprite 3 to myCursor
  9.   set the cursor of sprite 4 to myCursor
  10.   set the cursor of sprite 5 to myCursor
  11.   set the cursor of sprite 6 to myCursor  
  12.   set the cursor of sprite 7 to myCursor
  13.   set the cursor of sprite 8 to myCursor  
  14.   set the cursor of sprite 9 to myCursor
  15.   set the cursor of sprite 10 to myCursor  
  16.   set the cursor of sprite 30 to myCursor
  17.   if rollover(3) then 
  18.     set the forecolor of member 185 to 6
  19.     set the forecolor of member 186 to 4
  20.     set the forecolor of member 187 to 4
  21.     set the forecolor of member 188 to 4
  22.     set the forecolor of member 314 to 4
  23.     
  24.   end if
  25.   if rollover(4) then 
  26.     set the forecolor of member 188 to 6
  27.     set the forecolor of member 186 to 4
  28.     set the forecolor of member 187 to 4
  29.     set the forecolor of member 185 to 4
  30.     set the forecolor of member 314 to 4
  31.     
  32.   end if
  33.   if rollover(5) then
  34.     set the forecolor of member 187 to 6
  35.     set the forecolor of member 185 to 4
  36.     set the forecolor of member 186 to 4
  37.     set the forecolor of member 188 to 4
  38.     set the forecolor of member 314 to 4
  39.     
  40.   end if
  41.   if rollover(6) then 
  42.     set the forecolor of member 186 to 6
  43.     set the forecolor of member 185 to 4
  44.     set the forecolor of member 187 to 4
  45.     set the forecolor of member 188 to 4
  46.     set the forecolor of member 314 to 4
  47.     
  48.   end if
  49.   if rollover(7) then 
  50.     set the forecolor of member 185 to 6
  51.     set the forecolor of member 186 to 4
  52.     set the forecolor of member 187 to 4
  53.     set the forecolor of member 188 to 4
  54.     set the forecolor of member 314 to 4
  55.     
  56.   end if
  57.   if rollover(8) then 
  58.     set the forecolor of member 186 to 6
  59.     set the forecolor of member 185 to 4
  60.     set the forecolor of member 187 to 4
  61.     set the forecolor of member 188 to 4
  62.     set the forecolor of member 314 to 4
  63.     
  64.   end if
  65.   if rollover(9) then 
  66.     set the forecolor of member 187 to 6
  67.     set the forecolor of member 185 to 4
  68.     set the forecolor of member 186 to 4
  69.     set the forecolor of member 188 to 4
  70.     set the forecolor of member 314 to 4
  71.     
  72.   end if
  73.   if rollover(10) then 
  74.     set the forecolor of member 188 to 6
  75.     set the forecolor of member 185 to 4
  76.     set the forecolor of member 186 to 4
  77.     set the forecolor of member 187 to 4
  78.     set the forecolor of member 314 to 4
  79.     
  80.   end if
  81.   if rollover(30) then 
  82.     set the forecolor of member 314 to 6
  83.     set the forecolor of member 185 to 4
  84.     set the forecolor of member 186 to 4
  85.     set the forecolor of member 187 to 4
  86.     set the forecolor of member 188 to 4
  87.   end if
  88. end 
  89.  
  90.  
  91.